<feed xmlns='http://www.w3.org/2005/Atom'>
<title>clic.git/src, branch 0.02</title>
<subtitle>Console based arbitrary radix, arbitrary precision calculator.
</subtitle>
<id>https://git.xagasoft.com/Smaller Projects/clic.git/atom?h=0.02</id>
<link rel='self' href='https://git.xagasoft.com/Smaller Projects/clic.git/atom?h=0.02'/>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/'/>
<updated>2013-04-22T19:18:25+00:00</updated>
<entry>
<title>Just tweaked the starting banner.</title>
<updated>2013-04-22T19:18:25+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-04-22T19:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=95da25821bcbcd6a94a7fdf64da1618f5324b779'/>
<id>urn:sha1:95da25821bcbcd6a94a7fdf64da1618f5324b779</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed = bug in lexer (they halted it).</title>
<updated>2013-04-22T19:11:12+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-04-22T19:11:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=aa4e7d34b15dea70782cd11c77f2c62a7407f756'/>
<id>urn:sha1:aa4e7d34b15dea70782cd11c77f2c62a7407f756</id>
<content type='text'>
</content>
</entry>
<entry>
<title>There is now a parser &amp; calculator interface.</title>
<updated>2013-04-22T19:05:22+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-04-22T19:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=2909f50d008920568f0e50da760b266388ccc124'/>
<id>urn:sha1:2909f50d008920568f0e50da760b266388ccc124</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed bug in multiply, added toInt32 function.</title>
<updated>2013-04-22T19:04:25+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-04-22T19:04:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=d7ccd9c4d8e5a5bb4f12b36b3e4ad3105c5a9317'/>
<id>urn:sha1:d7ccd9c4d8e5a5bb4f12b36b3e4ad3105c5a9317</id>
<content type='text'>
Multiply was ignoring the zero column, which was odd.  I fixed this
other places but apparently missed multiply.
</content>
</entry>
<entry>
<title>FIxed fractional support in comparisons.</title>
<updated>2013-04-22T03:51:17+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-04-22T03:51:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=a520fc5740da7d50a289357e4e6e529b826454e7'/>
<id>urn:sha1:a520fc5740da7d50a289357e4e6e529b826454e7</id>
<content type='text'>
They still don't handle mixed scale comparisons correctly, it shouldn't
be too hard to add, but yeah...not supported yet.
</content>
</entry>
<entry>
<title>Corrected zero-length PackedIntArray bug.</title>
<updated>2013-04-22T03:43:19+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-04-22T03:43:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=7b87784eaf497a976b56be4fd169fb52c9bf7dea'/>
<id>urn:sha1:7b87784eaf497a976b56be4fd169fb52c9bf7dea</id>
<content type='text'>
If the array was zero elements long and then append was used it wouldn't
allocate memory, but it would try to write to a pointer.
</content>
</entry>
<entry>
<title>Added routines to get/set scale.</title>
<updated>2013-04-20T02:15:19+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-04-20T02:15:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=868af20101c99649b41489e8fcd2e118e20e76ec'/>
<id>urn:sha1:868af20101c99649b41489e8fcd2e118e20e76ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Corrected bugs in division scaling and string parsing.</title>
<updated>2013-04-20T02:08:05+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-04-20T02:08:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=06e46b0e904ca279e6e397c9f9040cf0f059b930'/>
<id>urn:sha1:06e46b0e904ca279e6e397c9f9040cf0f059b930</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fractional divisoin works.</title>
<updated>2013-04-19T21:36:29+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-04-19T21:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=7260c36973fc0ad7ff24294ff5540d64bf32c334'/>
<id>urn:sha1:7260c36973fc0ad7ff24294ff5540d64bf32c334</id>
<content type='text'>
It doesn't round yet, and there's a chance I should be increasing the
precision, right now it keeps the precision of the left hand side
number.
</content>
</entry>
<entry>
<title>It does fractional division, but the result is an int.</title>
<updated>2013-04-19T20:47:40+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-04-19T20:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=9ad1a65f4dcbc31b031556803d27dc688a16ff4a'/>
<id>urn:sha1:9ad1a65f4dcbc31b031556803d27dc688a16ff4a</id>
<content type='text'>
It's funny, I haven't extended division past the ones place yet, but it
does work correctly, so in theory it won't be too hard to do.  I may
need a little bit of extra code in the PackedIntArray class to insert a
new digit at the begining.
</content>
</entry>
</feed>
